home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0402.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  1.9 KB  |  43 lines

  1. >> The client doesn't know in advance about these embedded objects, it
  2. >> therefore makes sense for the server to be able to append them to the
  3. >> requested html document so as to avoid a further network loop delay for
  4. >> retrieving them.
  5.  
  6. > I've been through this line of thought in a hypertext/electronic book
  7. > project. Yes, it's more efficient to include the graphics in the HTML data
  8. > stream, but only if you just have one version (format) for each graphic.
  9.  
  10. I wasn't suggesting including the graphics as part of the HTML data stream,
  11. but rather appending it as a separate object with its own distinct format, as
  12. appropriate to its particular type.
  13.  
  14. > We found it best in the long run to provide our embedded graphics in several
  15. > formats, and allow the client to choose the format most appropriate for its
  16. > output device (e.g. 8-bit vs 24-bit colour, Postscript if the device
  17. > supports it, WMF if the client is running the Microsoft Windows version of
  18. > the viewer program, etc).
  19.  
  20. This seems to be where the negotiation idea comes in. The client can tell
  21. the server in advance (or as part of the request) what its capabilities are.
  22. Given this the server can work out the most appropriate format to send.
  23.  
  24. If the picture is really big, or the server has to do some time consuming
  25. format conversion (or perhaps ask some agent to do this on its behalf),
  26. then I believe that the server should quickly reply with a short message to
  27. that effect so that the user has some idea of what is happening and how long
  28. to expect to wait.
  29.  
  30. By the way, you may be interested to know that in Britain, universities are
  31. being connected this spring to a new fiber optic network intended to allow
  32. academics to read electronic journals on-line with video clips, 3-D animations
  33. and simulations. It will be possible for distant researchers to work on the
  34. same data or paper simultaneously and see each other's changes.
  35.  
  36. I will try to find out more.
  37.  
  38.  
  39. Best wishes,
  40.  
  41. Dave Raggett
  42.  
  43.